home *** CD-ROM | disk | FTP | other *** search
/ C/C++ 3D Game Tools / C-C++ 3D Game Tools.iso / ziptools / arj / pkzdate3.arj / PKZDATE.DOC < prev   
Encoding:
Text File  |  1993-01-09  |  1.9 KB  |  69 lines

  1.             PKZDATE - Version 1/09/93
  2.  
  3.         Copyright (c) 1992, 1993 - John R. Pulliam
  4.  
  5.     This program sets the date and time of a .ZIP file to the same date
  6.     and time as the latest (most recent) date and time of all the files
  7.     contained within the ZIP file.
  8.  
  9.     This program may only be used with DOS 2.0 or higher.
  10.  
  11.     This program is released to the Public Domain for non-commercial use
  12.     and may be used for commercial use with permission of the author.
  13.  
  14.  
  15.     The calling method is:
  16.  
  17.        "PKZDATE filespec1 filespec2 ... filespecN"
  18.  
  19.         Where filespec1 ... filespecN are the names of ZIP files to
  20.         be updated.
  21.  
  22.           An extension may be appended if desired.
  23.             ".ZIP" is assumed if the extension is not included.
  24.  
  25.           A drive and directory may be included in the filespecs.
  26.  
  27.           Wildcards * and ? may be used in the filespecs where DOS
  28.           normally accepts them.
  29.  
  30.         If ".*" is used for the extension, files without valid
  31.         PK signatures or with invalid internal dates/times will
  32.         be skipped.
  33.  
  34.  
  35.     Entering "PKZDATE" with no filespecs causes a HELP screen to
  36.     be displayed.
  37.  
  38.     An ERRORLEVEL of 0  is returned if NO error occurs.
  39.     An ERRORLEVEL of 1+ is returned if one or more errors occur.
  40.  
  41.     This program is made available for use with no liability assumed
  42.     by the author.
  43.  
  44.     Please contact the author below if you detect any problems or if
  45.     you would like some changes.
  46.  
  47.         Written by:
  48.         John R. Pulliam
  49.         1324 Cypress Bend Circle
  50.         Melbourne, Florida  32934
  51.         (407) 255-7690
  52.  
  53.  
  54.     Change History:
  55.  
  56.     Changes made in version 1/09/93:
  57.  
  58.     Corrected a minor problem caused by the previous change that
  59.     would cause certain ZIP files to be ignored on rare occasions.
  60.  
  61.  
  62.     Changes made in version 1/01/93:
  63.  
  64.     Additional checking was added to ensure that the ZIP file was
  65.     a valid ZIP file before updating the ZIP file's date & time.
  66.  
  67.  
  68.     First release was version 9/14/92:
  69.